[INFO] fetching crate reikland 0.2.0...
[INFO] fixing reikland-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate reikland 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate reikland 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate reikland 0.2.0
[INFO] tweaked toml for crates.io crate reikland 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reikland 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reikland 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded str_enum v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87
[INFO] running `Command { std: "docker" "start" "7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]     Checking reikland v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `crate::types::encoding`, `crate::deserializer_types::ivar::WithEncoding`
[INFO] [stdout]    --> src/deserializer.rs:919:26
[INFO] [stdout]     |
[INFO] [stdout] 919 |             ivar::{Ivar, WithEncoding},
[INFO] [stdout]     |                          ^^^^^^^^^^^^ no `WithEncoding` in `deserializer_types::ivar`
[INFO] [stdout] ...
[INFO] [stdout] 923 |         types::encoding::RubyEncoding,
[INFO] [stdout]     |                ^^^^^^^^ could not find `encoding` in `types`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/types.rs:3:9
[INFO] [stdout]     |
[INFO] [stdout]   2 | #[cfg(feature = "encoding")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `encoding` feature
[INFO] [stdout]   3 | pub mod encoding;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/deserializer_types/ivar.rs:138:30
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[cfg(feature = "encoding")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `encoding` feature
[INFO] [stdout] 138 | pub use encoding::{Encoding, WithEncoding};
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `reikland::deserializer_types::Encoding`, `reikland::deserializer_types::WithEncoding`, `reikland::types::encoding`
[INFO] [stdout]   --> tests/wrapper_types.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |         Encoding, WithEncoding,
[INFO] [stdout]    |         ^^^^^^^^  ^^^^^^^^^^^^ no `WithEncoding` in `deserializer_types`
[INFO] [stdout]    |         |
[INFO] [stdout]    |         no `Encoding` in `deserializer_types`
[INFO] [stdout] ...
[INFO] [stdout] 14 |     types::encoding::RubyEncoding,
[INFO] [stdout]    |            ^^^^^^^^ could not find `encoding` in `types`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/deserializer_types.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "encoding")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `encoding` feature
[INFO] [stdout] 23 | pub use ivar::{Encoding, WithEncoding};
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/deserializer_types.rs:23:26
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "encoding")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `encoding` feature
[INFO] [stdout] 23 | pub use ivar::{Encoding, WithEncoding};
[INFO] [stdout]    |                          ^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/types.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #[cfg(feature = "encoding")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `encoding` feature
[INFO] [stdout]  3 | pub mod encoding;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reikland` (test "wrapper_types") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reikland` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87", kill_on_drop: false }`
[INFO] [stdout] 7aace324764dedc644b46697db5a17de9fd8e979dd48600ecb27f334b99b9e87
